home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 1.toast / pc / sample code / devices and hardware / disks / readsector msdos / readme next >
Encoding:
Text File  |  2000-06-23  |  563 b   |  10 lines

  1. ReadSectorMSDOS
  2. (Quick & Dirty. Think Pascal, with its outlawed Writeln-Textwindow)
  3.  
  4. The question was: "I need to write an external file system for floppies formatted like MS-DOS floppies, but with a different directory structure on them."
  5.  
  6. The answer was: "Don't even think of writing an external file system (now)!".
  7.  
  8. Instead, convince yourself that reading and writing physical sectors on MS-DOS floppies is easy, and that you can implement the required functionality within your application (as Apple File Exchange does).
  9.  
  10. Joseph Maurer (MacDTS), January 1992